home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Arsenal / OS2 Arsenal v1.0 (Disc 1)(Arsenal Computer).ISO / os2_text / ah274x.txt < prev    next >
Encoding:
Text File  |  1994-12-19  |  583 b   |  25 lines

  1. TITLE: 941209 System hangs with Adaptec 2740/2742 controller with
  2.               cdrom attached.
  3.  
  4. DESCRIPTION OF SYMPTOMS:
  5.     Attempting to access a CDROM attached to an Adaptec 2740/2742
  6.     scsi controller causes trap or system hang.
  7.  
  8.  
  9. SUMMARY OF RESOLUTION:
  10.     Disable tagged queing for the AIC7770.ADD driver.
  11.  
  12. DETAILS OF RESOLUTION:
  13.     1. Edit the OS2 config.sys file.
  14.  
  15.     2. Change the line
  16.  
  17.        BASEDEV=AIC7770.ADD
  18.  
  19.                   to
  20.  
  21.        BASEDEV=AIC7770.ADD /A:0 /TAG:1
  22.  
  23.     3. Shut down system and then reboot for change to take effect.
  24.  
  25.